home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3filsectg.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_FILERSECTGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_FILERSECTGADGET = 1735;
-
-
-
-
-
-
-
- R3FILSECTGA_Sections = 1735500;
- function SetR3FILSECTGA_Sections(value) {
- R3Set(this.r3obj, R3FILSECTGA_Sections, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FILSECTGA_Sections() {
- return R3Get(this.r3obj, R3FILSECTGA_Sections, R3TID_INTEGER, 0);
- }
-
- R3FILSECTGA_EnableSections = 1735501;
- function SetR3FILSECTGA_EnableSections(value) {
- R3Set(this.r3obj, R3FILSECTGA_EnableSections, value, R3TID_BOOLEAN, 0);
- }
-
- R3FILSECTGA_DisabledSections = 1735502;
- function SetR3FILSECTGA_DisabledSections(value) {
- R3Set(this.r3obj, R3FILSECTGA_DisabledSections, value, R3TID_INTEGER, 0);
- }
-
- R3FILSECTGA_HiddenSections = 1735503;
- function SetR3FILSECTGA_HiddenSections(value) {
- R3Set(this.r3obj, R3FILSECTGA_HiddenSections, value, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Filersectgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FILERSECTGADGET, arguments);
- }
- // Methods
-
- // Attributes
- this.GetSections=GetR3FILSECTGA_Sections;
- this.SetSections=SetR3FILSECTGA_Sections;
- this.SetEnableSections=SetR3FILSECTGA_EnableSections;
- this.SetDisabledSections=SetR3FILSECTGA_DisabledSections;
- this.SetHiddenSections=SetR3FILSECTGA_HiddenSections;
- }
-
- r3Filersectgadget.prototype=new r3Gadget;
- // r3filsectg.h_H